home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 29
/
Volume 29 - JOGO DISK .iso
/
Games
/
jigsaw_flower.swf
/
scripts
/
DefineButton2_35
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2006-11-28
|
409b
|
21 lines
on(release){
if(_name.substr(6,2) eq _droptarget.substr(7,2))
{
_X = getProperty("/Space" add _name.substr(6,2), _X);
_Y = getProperty("/Space" add _name.substr(6,2), _Y);
tellTarget("/space3")
{
gotoAndStop(2);
}
tellTarget("/piece3")
{
gotoAndStop(2);
}
stopDrag();
}
else
{
stopDrag();
}
}